home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7840 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: limestone.kosone.com!cynosure
  2. From: cynosure@limestone.kosone.com (Cynosure Computer Tech)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL
  5. Date: 19 Feb 1996 18:49:41 GMT
  6. Organization: Kingston Online Services (S.E. Ontario's Reliable ISP)
  7. Message-ID: <4gago5$c24@limestone.kosone.com>
  8. References: <4g2s4j$583@news.iii.net>
  9. NNTP-Posting-Host: limestone.kosone.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Linda Kasparek (lindak@pumpkin.iii.net) wrote:
  13. : I'm going to go out on a limb here and ask the obvious:  where's the implementation for STL?  I have MS VC++ 4.0 and found
  14. : the STL headers - but is there anything to link with?  It looks like a lot of the functions are inlined, but I'd like
  15. : someone to verify.  Also, I retrieved the latest set of headers from HP's server.  There seems to be a lot more header
  16. : files than the ones MSVC++ came with.  If I want the latest and greatest to use with MSVC++, should I be using what I 
  17. : found at HP?  Or?
  18.  
  19. : Thanks!
  20.  
  21. : Linda
  22.  
  23. The header files are all you need.  They include the implementation.  What
  24. has been accepted by ANSI/ISO is a subset of what you've found at HP (as far
  25. as I know :-))
  26.  
  27. Larry
  28.